#oracle dba commands cheat sheet
Explore tagged Tumblr posts
sandeep2363 · 3 months ago
Text
Oracle DBA Cheat Sheet: Essential Commands for Database Administration
Managing an Oracle Database requires knowledge of various commands to ensure smooth operations, performance tuning, and troubleshooting. This cheat sheet provides essential Oracle DBA commands to help database administrators efficiently manage databases. 1. Database Startup and Shutdown Start the Database: STARTUP; Shutdown the Database: SHUTDOWN IMMEDIATE; Shutdown with Options: SHUTDOWN…
0 notes
ocptechnology · 4 years ago
Text
Useful Linux commands for DBA
Useful Linux commands for ORACLE DBA
Here we learn some useful Linux commands for dba. Read: How to add SWAP Space in Linux PWD: show the present working directory. $pwd /home/oracle ls: list all files and directories from a given location, if the location is not given it shows the list from the current directory. $ls $ls /u01 $ls -l (list file details) $ls -a (show hidden files) cd: change directory or switch directory. $cd…
Tumblr media
View On WordPress
0 notes